home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 4 / United Public Domain Gold 4.iso / fredfish / ff.0527.dms / ff.0527.adf / SRegExp / POSTER < prev    next >
Text File  |  1991-08-05  |  2KB  |  42 lines

  1. Article 171 of comp.sources.amiga:
  2. Path: !asuvax!ncar!elroy.jpl.nasa.gov!usc!cs.utexas.edu!uunet!news.larc.nasa.gov!amiga-request
  3. From: amiga-request@ab20.larc.nasa.gov (Amiga Sources/Binaries Moderator)
  4. Newsgroups: comp.sources.amiga
  5. Subject: v91i135: sregexp.library 11.1 - a library for regular expressions, Part01/02
  6. Message-ID: <comp.sources.amiga.v91i135@ab20.larc.nasa.gov>
  7. Date: 29 Jul 91 22:50:34 GMT
  8. Reply-To: "J. Spencer" <bhgs@utcs.utoronto.ca>
  9. Lines: 1853
  10. Approved: tadguy@uunet.UU.NET (Tad Guy)
  11. X-Mail-Submissions-To: amiga@uunet.uu.net
  12. X-Post-Discussions-To: comp.sys.amiga.misc
  13.  
  14. Submitted-by: "J. Spencer" <bhgs@utcs.utoronto.ca>
  15. Posting-number: Volume 91, Issue 135
  16. Archive-name: libraries/sregexp-11.1/part01
  17.  
  18. [ includes uuencoded libraries  ...tad ]
  19.  
  20. 'sregexp.library' is a run time library of routines for doing wildcard
  21. pattern matching and wildcard path matching.  It accepts a slight extension
  22. of the AmigaDOS wildcard syntax, including a not operator, and character
  23. sets. It has routines to test if a string matches a wildcard expression,
  24. and for scanning through all matches to a wildcarded AmigaDOS path.  There
  25. are two nifty features to the path matching routines: '.../' means
  26. recursively scan all subdirectories, and may come anywhere in the path; and
  27. wildcards are allowed in the volume node part of the path! (DH?: would
  28. match all your hard drive partitions.)
  29.  
  30.     new from version 9.1 -> 11.1
  31.  
  32.     Fixed a couple of bugs.
  33.  
  34.     A null string is now equivalent to a '%' in all cases, so
  35.     (cat|dog|) is the same as (cat|dog|%).
  36.  
  37.  
  38. -- 
  39. Mail submissions (sources or binaries) to <amiga@uunet.uu.net>.
  40. Mail comments to the moderator at <amiga-request@uunet.uu.net>.
  41. Post requests for sources, and general discussion to comp.sys.amiga.misc.
  42.